-- card: 9678 from stack: in -- bmap block id: 8378 -- flags: 0000 -- background id: 2723 -- name: -- part 1 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=16 top=311 right=337 bottom=159 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Try talking to it ----- HyperTalk script ----- on mouseUp answer "What will I say?" with "Hi There" or "Down Boy" if it is "Hi There" then go to card "The Cave" if it is "Down Boy" then go to card 3 end mouseUp -- part 2 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=395 top=314 right=336 bottom=495 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Shoot it ----- HyperTalk script ----- on mouseUp answer "You've got to be kidding" with "Sorry" go to card "The Cave" end mouseUp